Platform Explorer / Nuxeo Platform 6.0

Operation Document.GetVersions (Get Versions)

Description

Gets the versions of the input document.
Operation id Document.GetVersions
Category Document
Label Get Versions
Requires
Since

Parameters

No parameters.

Signature

Inputs document
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.GetDocumentVersions
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.GetVersions",
  "label" : "Get Versions",
  "category" : "Document",
  "requires" : null,
  "description" : "Gets the versions of the input document.",
  "url" : "Document.GetVersions",
  "signature" : [ "document", "documents" ],
  "params" : [ ]
}